@charset "utf-8";
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

* {
    margin: 0;
    padding: 0;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ol,
ul,
li {
    list-style: none;
}

input,
button {
    margin: 0;
    font-size: 12px;
    vertical-align: middle;
}

.clearfloat:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.clearfloat {
    zoom: 1
}

.clear {
    clear: both;
}

body {
    font-family: "微软雅黑";
}

a {
    background: none;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    border: none;
    vertical-align: middle;
}

.fl {
    float: left;
    background: none;
    border: none;
}

.fr {
    float: right;
    background: none;
    border: none;
}

body {
    width: 100%;
    margin: 0 auto;
    background: url(../img/body.png) repeat;
}

.Local_width {
    width: 1200px;
    margin: 0 auto;
}

.ft12 {
    font-size: 12px;
}

.ft14 {
    font-size: 14px;
}

.ft16 {
    font-size: 15px;
}

.header_color {
    color: #ffffff
}

.Local_color {
    color: #333333
}

.Local_dsb {
    display: block
}

.Local_dsl {
    display: inline
}

.text-align_c {
    text-align: center;
}

/*头部样式*/

.date_time {
    height: 36px;
    line-height: 36px;
    background: #DA363B;
}

.logo {
    height: 120px;
    line-height: 120px;
    background: #C7000B;
}

.logo img {
    width: 570px;
    height: 78px;
}

.banner {
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
    min-width: 1200px;
}

.banner .num {
    display: none
}

.banner .prev,
.banner .next {
    display: none;
    width: 40px;
    height: 100px;
    background: url(../img/btn.png) no-repeat;
    position: absolute;
    top: 115px;
}

.banner .prev {
    left: 0;
}

.banner .next {
    right: 0;
    background-position: right
}

.nav {
    height: 35px;
    line-height: 35px;
    background: #DA363B;
    min-width: 1200px;
}

.nav img {
  display: none;
}

.nav-list {
    height: 35px;
    display: flex;
    flex-wrap: row wrap;
    justify-content: center;
    position: relative;
    margin-bottom: 0;
}

.nav-list>li {
    float: left;
    margin: 0 15px;
    height: 35px;
    line-height: 35px;
}

.nav-list>li a {
    display: block;
    padding: 0 9px;
    color: #fff;
    margin-top: 5px;
    font-size: 16px;
    height: 25px;
    line-height: 25px;
    position: relative;
    z-index: 9;
}

.nav-list>li a:hover {
    color: #fff;
    background: #C7000B;
    border-radius: 5px;
}

.nav-list .active {
    color: #fff;
    background: #C7000B;
    border-radius: 5px;
}

/* 二级菜单 */

.item {
    position: absolute;
    top: 35px;
    z-index: 1;
    display: none;
    z-index: 9999;
}

.item-list {
    background-color: #DA363B;
    padding: 5px 13px;
    border-radius: 0 0 5px 5px;
}

.item-list>li {
    height: 30px;
    line-height: 30px
}

.item-list>li>a {
    color: #fff;
    line-height: 30px;
    font-size: 14px;
}

.item-list>li>a:hover {
    color: #333333
}

/* 控制显示二级菜单 */

.nav-list .show .item {
    display: block;
}

.nav-list>.show>a {
    color: #ffffff;
    border-bottom: none;
    border-radius: 10px 10px 0px 0px;
}

/*首页中间部分样式*/

.transparent {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.1;
    display: block;
}

.notice {
    height: 60px;
    line-height: 60px;
    margin: 20px 0 0 0;
    position: relative;
    overflow: hidden;
}

.notice_bj {
    display: block;
    width: 1200px;
    height: 60px;
    background: #D9373B;
    opacity: 0.1;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.notice_nr {
    width: 100%;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    background: url(../img/notice.png) no-repeat 15px 15px;
}

.notice_nr a {
    font-size: 14px;
    color: #000000;
    margin: 0 45px 0 0;
}

.demo {
    overflow-x: hidden;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 1.3% 4%;
}

.demo .tibox {
    font-size: 40px;
    margin: 0;
    padding-bottom: 30px
}

.txt-scroll {}

.txt-scroll {
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0 5px 0 30px
}

.txt-scroll .scrollbox {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    transition: all .2s
}

.txt-scroll .txt,
.txt-scroll .txt-clone {
    display: inline;
    position: relative
}

/*标题*/

.module-bg {
    position: relative;
    height: 38px;
    line-height: 38px;
    border-bottom: 1px solid #DDDDDD;
    border-radius: 5px;
}

.title_bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: #fff;
    background-image: linear-gradient(#fefefe, #f2f2f2);
    opacity: 0.8;
    height: 38px;
    display: block;
    width: 100%;
}

.module-bg h3 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    font-size: 16px;
    height: 18px;
    line-height: 18px;
    border-left: 4px solid #C90C0F;
    padding: 0 0 0 10px;
    margin: 10px 0 0 15px;
    color: #C90C0F;
}

.module-bg a {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    font-size: 14px;
    color: #656565;
    padding: 0 10px 0 0;
}

.first-column {
    margin-top: 15px;
    margin-left: 10px;
    width: 790px;
    height: 285px;
    position: relative;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    overflow: hidden;
}

.first-column .transparent {
    width: 790px;
    height: 285px;
    background: #ffffff;
}

.first-column-list {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    width: 790px;
    height: 285px;
}

.first-column-list .in-text a span {
    max-width: 680px;
}


.column {
    margin: 15px 10px 0 0;
    width: 390px;
    height: 285px;
    position: relative;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    overflow: hidden;
}

.column .transparent {
    width: 390px;
    height: 285px;
    background: #ffffff;
}

.column_list {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 285px;
}

.in-text {
    padding: 6px 10px;
}

.in-text a {
    display: block;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}


.in-text a span {
    display: block;
    overflow: hidden;
    /*max-width: 290px;*/
    float: left;
    font-size: 14px;
    color: #333333;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition-duration: 0.2s;
    width: calc(100% - 70px);
}

.in-text .title-sticky::before {
    content: '\7f6e\9876';
    display: inline-block;
    color: #bd6f6f;
	padding:0 10px;
	background: #ebdfdf;
    line-height: 1.2;
    height: 16px;
	margin-right:5px;
	font-weight:lighter;
}

.in-text .title-sticky {
    color: #c54d4d;
	font-weight:bold;
	
}

.in-text a .new-icon {
    background-color: #FF455B;
    margin-bottom: 3px;
    margin-left: 5px;
    display: inline-block;
    padding: 0 3px;
    text-align: center;
    vertical-align: middle;
    font-style: normal;
    color: #fff;
    overflow: hidden;
    line-height: 16px;
    height: 16px;
    font-size: 12px;
    border-radius: 4px;
    font-weight: 200;
}

.in-text a:hover span {
    color: #C7000B;
}

.in-text a em {
    display: block;
    width: 40px;
    overflow: hidden;
    float: right;
    font-size: 14px;
    color: #858585;
    text-align: right;
    transition-duration: 0.2s;
    font-style: normal;
}

.xibao-tit {
    padding: 12px 10px 0;
}

.xibao-tit>a>img {
    width: 160px;
    height: 94px;
    float: left;
    border: 1px dashed #333;
    margin: 0 10px 4px 0;
}

.xibao-tit>a>h3 {
    margin: 0 0 10px 0;
    font-size: 14px;
    color: #333333;
    font-weight: 500;
    float: right;
    width: calc(100% - 175px);
    overflow: hidden;
    height: 15px;
    line-height: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.xibao-tit>a>p {
    width: calc(100% - 175px);
    height: 60px;
    line-height: 20px;
    font-size: 14px;
    color: #858585;
    overflow: hidden;
    float: right;
    text-indent: 2em;
}

.xibao-tit>a:hover h3 {
    color: #C7000B;
}

.fodong .column:nth-child(3n) {
    margin: 15px 0 0 0
}

.fodong .column:nth-child(3n+1) {
    width: 400px
}

.fodong .column:nth-child(3n+1) .transparent {
    width: 400px
}

/*.fodong .column:nth-child(3n+1) .column_list {
    width: 400px
}*/

.scroll {
    width: 400px;
    height: 285px;
    margin-top: 15px;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    float: left;
}

.lb-sign {
    display: none;
}

.lb-item {
    width: 100%;
    height: 100%;
    display: none;
    position: relative;
}

.lb-item>a {
    width: 100%;
    height: 100%;
    display: block;
}

.lb-item>a>img {
    width: 400px;
    height: 285px;
	object-fit: cover;
    object-position: center;
}

.lb-item>a>span {
    width: 400px;
    display: block;
    color: #fff;
    position: absolute;
    top: 245px;
}

.scroll_bt {
    position: relative
}

.lb-item a span p.bj {
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.2;
    height: 40px;
    width: 400px;
}

.lb-item a span p.wz {
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    padding: 0 15px;
}

.lb-item.active {
    display: block;
    left: 0%;
}

.lb-item.active.left {
    left: -100%;
}

.lb-item.active.right {
    left: 100%;
}

.lb-item.next,
.lb-item.prev {
    display: block;
    position: absolute;
    top: 0px;
}

.lb-item.next {
    left: 100%;
}

.lb-item.prev {
    left: -100%;
}

.lb-item.next.left,
.lb-item.prev.right {
    left: 0%;
}

.lb-ctrl {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    font-weight: 900;
    user-select: none;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.1s linear;
}

.lb-ctrl.left {
    left: -50px;
}

.lb-ctrl.right {
    right: -50px;
}

.scroll:hover .lb-ctrl.left {
    left: 10px;
}

.scroll:hover .lb-ctrl.right {
    right: 10px;
}

.lb-ctrl:hover {
    background-color: #000;
}

.survey {
    margin-top: 16px;
}

.survey img {
    float: left;
    width: 576px;
    height: 288px;
    margin-right: 20px;
    border-radius: 5px;
}

.survey_right {
    position: relative;
    float: right;
    width: 604px;
    height: 288px;
}

.survey_right h3 {
    text-align: center;
    margin: 8px auto 10px auto;
}

.survey_right h3 p {
    height: 32px;
    line-height: 32px;
    color: #ca0d0f;
    font-size: 16px;
    margin: 0 auto;
}

.survey_right h3 span {
    width: 50px;
    height: 4px;
    background: #ca0d0f;
    display: block;
    margin: 0 auto;
}

.survey_right a {
    display: block;
    float: left;
    height: 18px;
    line-height: 18px;
    font-size: 14px;
    color: #000000;
    margin: 12px 0px 12px 28px;
    width: 110px;
}

.survey_right a span {
    width: 9px;
    height: 17px;
    display: block;
    float: left;
    background: url(../img/jiao.png) no-repeat 0 1px;
}

.survey_right p {
    margin: 0 0 0 15px;
}

.survey_bg {
    position: absolute;
    top: 0;
    left: 0;
    background: #D9373B;
    opacity: 0.1;
    width: 604px;
    height: 288px;
    z-index: 1;
    border-radius: 5px;
}

.survey_bottom {
    position: absolute;
    top: 0;
    left: 0;
    width: 604px;
    height: 288px;
    z-index: 999
}

.survey_right a.more {
    border: 1px solid #dddddd;
    background: #f5f1f2;
    color: #656565;
    border-radius: 100px;
    width: 109px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    margin: 4px 10px 10px 38px;
}

.survey_right a:hover {
    color: #C7000B;
}

/* 教师主页轮播 */

.lunbo {
    position: relative;
    width: 1200px;
    height: 233px;
    border: 1px solid #dddddd;
    border-radius: 5px;
    margin-top: 16px;
    margin-bottom: 16px;
    overflow: hidden;
}

.lunbo_bg {
    width: 1200px;
    height: 233px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: #fff;
    opacity: 0.1;
}

.index-show {
    width: 1200px;
    height: 233px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999
}

.lb-bt {
    position: relative;
    height: 38px;
    line-height: 38px;
    border-bottom: 1px solid #DDDDDD;
    border-radius: 5px;
}

#colee_left {
    overflow: hidden;
    margin: 10px;
}

#colee_left td {}

#colee_left td img {
    width: 228px;
    height: 150px;
    margin: 0 10px 0 0;
	object-fit: cover;
    object-position: center;
}

#colee_left p {
    height: 30px;
    font-size: 14px;
    color: #333;
    line-height: 30px;
    overflow: hidden;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 194px;
}

/*底部*/

.footer {
    background: #23252F;
    min-height: 120px;
    min-width: 1200px;
}

.foot_n {
    width: 1200px;
    margin: 0 auto;
    padding: 16px 0;
    background: url(../img/footbj.png) no-repeat 155px 28px;
    height: 120px;
}

.footer a {
    color: white
}

.footer a:hover {
    color: #bbb
}

.foot_n p {
    font-size: 14px;
    color: #fff;
    line-height: 18px;
    padding: 0 0 0 232px;
}

/*列表页面*/

.list_banner {
    width: 100%;
    min-width: 1200px;
    height: 300px;
    margin: 0 auto;
}

.list_banner img {
    width: 100%;
    height: 300px;
    margin: 0 auto;
	object-fit: cover;
    object-position: center;
}

.list_left {
    margin-top: 20px;
    width: 216px;
}

.list_left_k {
    border: 1px solid #DEDEDE;
    margin-bottom: 15px;
    border-radius: 5px;
}

.list_left p {
    width: 216px;
    height: 56px;
    line-height: 56px;
    background: #3D3D43;
    border-radius: 5px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
}

.list_left_k ul {
    padding: 5px 10px 0;
}

.list_left_k ul li {
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #DADADA;
    padding-left: 20px;
}

.list_left_k ul li a {
    color: #1D2F47;
    font-size: 14px;
}

.list_left_k ul li:hover {
    background: #CC1210;
    color: #fff;
}

.list_left_k ul li:hover a {
    color: #fff;
}

.list_right {
    position: relative;
    border: 1px solid #DEDEDE;
    border-radius: 5px;
    width: 925px;
    margin-left: 20px;
    margin-bottom: 40px;
    margin-top: 20px;
}

.list_right h3 {}

.list_right ul {
    padding: 0 20px;
    margin-top: 10px;
}

.list_right ul li {
    height: 38px;
    line-height: 38px;
    border-bottom: 1px dashed #C5C5C5;
    font-size: 14px;
    color: #535353;
}

.list_right ul li em {
    float: left;
    display: block;
    font-style: normal;
    color: #CC1210;
}

.list_right ul li p {
    float: left;
    width: 570px;
    overflow: hidden;
    height: 38px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list_right ul li span {
    float: left;
    display: block;
    overflow: hidden;
    text-align: center;
}

.list_right ul li span.span_1 {
    width: 200px;
}

.list_right ul li span.span_2 {
    width: 100px;
    text-align: center;
}

.list_right ul li p a {
    color: #535353;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list_right ul li p a:hover {
    color: #C7000B;
}

.mianbaoxie h3 {
    max-width: 470px;
    float: left;
    width: auto;
    font-size: 20px;
    color: #3D3D44;
    padding-left: 10px;
    font-weight: 500;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.nav_mbx {
    float: right;
    width: auto;
    padding-right: 20px;
}

/*详细页*/

.mianbaoxie {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 38px;
    line-height: 38px;
    padding-left: 10px;
    border-bottom: 1px solid #DEDEDE;
    border-radius: 5px;
}

.mianbaoxie a {
    max-width: 200px;
    width: auto;
    padding: 0 10px;
    float: left;
    color: #808080;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.mianbaoxie a.a_1 {
    max-width: 400px;
    padding: 0 5px;
    float: left;
    color: #CC1210;
    font-size: 14px;
    font-weight: 800;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.mianbaoxie span {
    float: left;
    width: auto;
}

.mianbaoxie span.span_2 {
    float: right;
    font-size: 14px;
    color: #808080;
    margin-right: 15px;
}

.view {
    text-align: center;
    padding-bottom: 30px;
    width: 900px;
    margin: 50px auto;
    overflow: hidden;
}

.view h1 {
    font-size: 22px;
    color: #3D3D44;
    text-align: center;
    height: 54px;
    line-height: 55px;
}

.view p {
    font-size: 18px;
    color: #3D3D44;
    line-height: 28px;
    padding: 0;
    text-align: left;
}

.view img {
    margin: 15px 0;
    max-width: 100%;
}

/*资源频道*/

.pindao_list {
    width: 253px;
    border: 1px solid #c3b8ac;
    border-radius: 5px;
    margin: 0 0 10px 0;
    background: #fcfbf9;
    float: left;
    margin-top: 20px
}

.list_title {
    padding: 5px;
    line-height: 30px;
    background-color: #3D3D43;
    border: 2px solid #3D3D43;
}

.list_title p {
    margin: 0 0 0 6px;
    padding: 0 0 0 22px;
    font-weight: 600;
}

.list_title a {
    color: #fff;
}

.pindao-left {
    margin: 10px 0;
}

.ListTitlePanel {
    padding-left: 20px;
}

.ListTitlePanellist {
    background: #e5ded7;
    height: 25px;
    line-height: 25px;
}

.ListTitle {
    height: 25px;
    line-height: 25px;
    background: url(../img/sbjg1.png) no-repeat left center;
    padding: 0 0 0 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ListTitle a {
    font-size: 14px;
    color: #000;
}

.menuList {
    display: none;
    margin-bottom: 0px;
}

.menuList div {
    padding: 2px 5px 2px 25px;
}

.menuList a {
    font-size: 12px;
    color: #333;
    padding-left: 20px;
    height: 20px;
    line-height: 20px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.menuList_active {
    display: block;
}

.ListTitle_active {
    background: url(../img/sbjg2.png) no-repeat left center;
}

.menuList div.lista_active {
    background: #e5ded7;
}

.view table {
    max-width: 100%
}

.view td,
.acticle-content th {

}

.page-item-select {
  display: none;
}

@media (max-width: 1220px) {
  .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }
  
  .toggle {
    display: block;
    position: absolute;
    left: 30px;
    width: 45px;
    height: 45px;
    cursor: pointer;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAoElEQVRYR+2WQRWAMAxDqSKwgAMcYAEcIGESkIAEcDBHJd2BB+ye7tAZSN5vmlU65yfO+l0YCAIPAVXNCGRPCuUpIqNpvQ0oSbzIwEDRbsrABEMLiUICgONDgCRcycQatkMAPbBjQDMpCxbCtbk1dC+iBCQDaQRWxVv0QBD4r6GFkHUPXFUIUUTua+hugNkDGSMot0c7nxGpAeMgCQIVgRvWFDYhty67TAAAAABJRU5ErkJggg==") no-repeat center;
  }
  
  .search {
    display: block;
    position: absolute;
    right: 30px;
    width: 45px;
    height: 45px;
    cursor: pointer;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAACWElEQVRYR+2WTYhOURzGfw9KilIUjSxpTFJISikroogpih1Zq0mIDRYUU0rs5GODIqQUKRY+ykJCBlOUhZJosJBi8eif8+q67sw9l96ZlFN3897zPOf3/r/uESO8NMLn8+8A2J4AzE/PW+ChpCd/G8HaCNheCuwBFgBjSge+A+4A2yS9/BOYIQFs7wT2Zxp3S7qUuffntkEBbLtg9h44ADwGHgGjCumI6LTWVUkrmkBUAti+AHQno9vAakkDVca2lwCngY70foukI7kQvwHY3pAMw+OUpI05ZrbfAFOBj1Evkl7k6KoA7gKLgFfAbEmfc4xsLwZupb29krbn6H4BsD0W+ACMA3ZIOphj0tpj+xywFsiuhTJA9Pn9ZLhS0pWGAD3AIWBA0qQcbRlgM3AsCTskRV6zl+2ZQH8SzMipgzLAJuB4Mpgu6XX26YDtLqAvabokPavTlwHmpD4P3TpJ5+sMiu9t7wL2AV+B8ZK+1emruiDG62Rgr6TikKnzighcA5YBDyRFPdWuKoDLwKqk7JTUyumQZrbXA2fSpq2SohhrVxXAQuBeUj6XNKvW5Uf+W6P7epqcX3J0g43iCP3uZPAJ6JF0ssrQduQ8ct9ajWpnqI/RRWBNwfgscBO4AYwGlheeMls2RN3nOO4CJ4BpNeGMEXwUiEnYKBI5F5IpceEA5gLzgInphGix6Plo1cPxzbAdY7gRRC1A+Z/b7kw3o/6qPm8K0Rggp7KbQLQFICBzIdoGkAvRVoAciLYDlCCia2JGPG3V0rAAFCD6iofH78MGMFj3/Af4Diyg3iFOXFo6AAAAAElFTkSuQmCC") no-repeat center;
  }
  
  .nav {
    height: 45px;
    line-height: 45px;
    min-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .nav img {
    display: block;
    height: 90%;
  }
  
  .nav-list {
    background-color: #F5F5F5;
    height: auto;
    width: 100%!important;
    display: none;
    position: absolute;
    top: 45px;
    z-index: 1001;
    padding-bottom: 10px;
    margin: 0!important;
  }
  
  .nav-list>.show a {
    color: #000;
  }
  
  .nav-list > li {
    float: none;
    height: 41px;
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0;
  }
  
  .nav-list>li>div {
    height: 40px;
    width: 80%;
    border-bottom: 1px solid #DA363B;
    text-align: left;
  }
  
  .nav-list>li a {
    padding: 0 0 0 10px;
    line-height: 40px;
    height: 40px;
    color: #000;
  }
  
  .nav-list>li a:hover {
    color: #FFF;
  }
  
  .search-bar {
    display: none!important;
  }
  
  .nav-search-bar {
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    background: #F5F5F5;
  }
  .nav-search-bar .search-input {
    width: 100%!important;
    margin: 5px 0!important;
  }
  .nav-search-bar .search-input input {
    flex: 1;
  }
  .nav-search-bar .search-input button {
    margin-right: 20px;
  }
  
  .banner {
    min-width: 100%;
    height: auto;
  }
  
  .banner .prev, .banner .next {
    height: 30%;
    width: 30px;
    top: 38%;
    background-size: 70px 100%;
    background:none;
  }
  
  .list_banner {
    height: auto;
    min-width: 100%;
  }
  
  .list_banner img {
    height: auto;
  }
  
  .Local_width {
    width: calc(100% - 5px);
    margin: 0 0 0 5px;
  }
  
  .pindao_list {
    width: calc(99% - 5px);
    margin: 20px 0 0 5px;
  }
  
  .list_title p {
    margin: 0;
  }
  
  .list_title p a {
    display: block;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAeUlEQVQ4T2NkoDJgpLJ5DAQN/P//vwPQ0v1Qix0ZGRkP4HPEqIGYoTN4whDqkv9YYtAAKDYBKl4ApC9gi2Vg7B8EicNjGWggNsOITqZAA8Fm0dRAUALGBkBe7odKFOLxMjjBjybswZywcSU4qmc9olM2VCHBZEOqgQAUj1EVPb0dqQAAAABJRU5ErkJggg==) no-repeat 97% center;
  }
  
  .list_title.unfold p a {
    display: block;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAPUlEQVQ4T2NkoDJgpLJ5DKMGUh6iIzUM////fwAYevYUhuBBRkZGB3AYUt1ACl2Gon2kxvJoGFIUAlRPNgCxdgoVOK3tfgAAAABJRU5ErkJggg==) no-repeat 97% center;
  }
  
  .pindao-left {
    display: none;
  }
  
  .list_right {
    width: calc(99% - 5px)!important;
    margin-left: 5px;
  }
  
  .list_right ul {
    margin-top: 38px;
  }
  
  .list_right ul li p {
    width: 75%;
  }
  
  .list_right ul li span.span_1 {
    width: 15%;
  }
  
  .list_right ul li span.span_2 {
    width: 10%;
  }
  
  .mianbaoxie h3 {
    max-width: 55%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  
  .mianbaoxie .nav_mbx {
    max-width: 40%;
  }
  
  .mianbaoxie a {
    max-width: 35%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  
  .mianbaoxie a.a_1 {
    max-width: 55%;
  }
  
  .view {
    width: 90%!important;
    margin: 70px auto 50px!important;
  }
  
  .notice {
    height: 35px;
    line-height: 35px;
    margin: 15px 0 0 0;
  }
  
  .notice_bj {
    width: calc(100% - 10px);
    height: 35px;
  }
  
  .notice_nr {
    height: 35px;
    background-size: 35px 20px;
    background-position: 20px 8px;
  }
  
  .demo {
    max-width: 100%;
    padding: 0.2% 4%;
  }
  
  .lb-item>a>img, 
  .lb-item>a>span, 
  .lb-item a span p.bj, 
  .lb-item a span p.wz, 
  .first-column .transparent,
  .first-column-list,
  .column .transparent,
  .column_list,
  .lunbo_bg,
  .index-show {
    width: 100%!important;
  }
  
  .lb-item a span p.wz {
    padding: 0 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  
  .first-column {
    width: calc(100% - 420px);
  }
  
  .first-column-list .in-text a span {
    width:75%;
  }
  
  .column {
    width: 49%!important;
    margin: 15px 0 0 0!important;
  }
  .fodong .column:nth-child(2n+1) {
    margin: 15px 10px 0 0!important;
  }
  .in-text a span {
    max-width: 75%;
  }
  .xibao-tit>a>img {
    width: 40%;
    margin: 0;
  }
  .xibao-tit>a>h3, .xibao-tit>a>p {
    width: 57%;
  }
  .lunbo {
    width: calc(100% - 5px);
  }
  
  .page-item-select select {
    padding: 4px 12px;
    border-color: #ddd;
    border-radius: 3px;
  }
  
  .page-item {
    display: none;
  }
  
  .page-item.previous, .page-item-select, .page-item.next {
    display: block;
    margin: 0 4px;
  }
  
  .footer {
    min-width: 100%;
	height:auto;
  }
  .foot_n {
    width: 100%;
    background-position: 4% center;
    padding-top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
	padding: 10px;
  }
  .foot_n p {
    padding: 0 0 0 15%;
  }
}

@media (max-width: 960px) {
  .list_right ul li p {
    width: 70%;
  }
  
  .list_right ul li span.span_1 {
    width: 15%;
  }
  
  .list_right ul li span.span_2 {
    width: 15%;
  }
}

@media (max-width: 768px) {
  .Local_width {
    width: calc(100% - 10px);
    margin: 0 0 0 7px;
  }
  .notice_bj {
    width: 100%;
  }
  .scroll {
    width: 350px;
  }
  .first-column {
    width: calc(100% - 370px);
  }
  .list_right ul li p {
    width: 64%;
  }
  .list_right ul li span.span_1 {
    width: 18%;
  }
  .list_right ul li span.span_2 {
    width: 18%;
  }
  .demo {
    padding: 0.4% 5%;
  }
  .lunbo {
    width: 100%;
  }
  .foot_n {
    height: 100%;
    background-position: 7% center;
  }
  .foot_n p {
    font-size: 0.6rem;
    padding: 0 0 0 20%;
  }
}

@media (max-width: 640px) {
  .toggle {
    left: 15px;
  }
  .search {
    right: 15px;
  }
  .nav img {
    width: 65%;
  }
  .list_right ul li p {
    width: 60%;
  }
  .list_right ul li span.span_1 {
    width: 20%;
  }
  .list_right ul li span.span_2 {
    width: 20%;
  }
  .scroll {
    height: auto;
  }
  .scroll, .first-column, .column {
    width: 100%!important;
  }
  .demo {
    padding: 0.4% 10%;
  }
  .first-column {
    margin-left: 0;
  }
  .column {
    margin: 15px 0 0 0!important;
  }
  .mianbaoxie a.a_1 {
    max-width: 45%;
  }
}
@media (max-width: 465px) {
  .nav img {
    height: auto;
  }
  .list_right ul li p {
    width: 48%;
  }
  .list_right ul li span.span_1 {
    width: 25%;
	white-space: nowrap;
    text-overflow: ellipsis;
  }
  .list_right ul li span.span_2 {
    width: 27%;
	white-space: nowrap;
    text-overflow: ellipsis;
  }
}

@media (max-width: 405px) {
  .demo {
    padding: 0.6% 10%;
  }
  .view {
    margin: 110px auto 50px!important;
  }
}